Stephen, Jennifer, Tiago & David
R, RStudio & git installed & working together
GitHub accountGitHubclone the repo as an RStudio projectREADME.md using markdownStep 1 Click Pull on Git panel
Step 2 Click Commit on Git panel
Step 3 Check boxes to Stage changes to commit
Step 4 Write Commit message & click Commit
Step 5 Once committed, don’t forget to Push
GitHub 😅RStudiogit options in the Git panelRStudio Git windowgit diff <file> of choosen filegit pull (also accessible from Git window)git push (also accessible from Git window)git logGo directly to bash and don’t pass go
By now, you’ve exhausted git options in RStudio: use bash!
git revert & add files to .gitignoreR on WindowsR websitedownload R, incl. select mirror and OSinstall.packages()R websiteRStudio on WindowsRStudio installerRStudio Desktop download pagegit on Windowsgit, currently v 2.45.2Installation location
Note the location where git is installed, e.g.
C:\Users\{...}\AppData\Local\Programs\
git configurations, e.g., user.name, user.email, etc.git installer screengit authentication is OS-specific - see David’s slidesRStudio and git: Tools > Global Options… > Git/SVNRStudio and git